	Instructions


	First Time Setup:
Run this in JustBASIC:
----------------------------------------
open "homestart1" for output as #h
print #h, ""
close #h
print "done"
end
----------------------------------------
Close JustBASIC, re-open it, and run HomeStart X as a .tkn file. It should say you have no programs on HomeStart yet. you may get them from the
creator of HomeStart X.



	How To Get Programs On HomeStart:
To get a program on HomeStart, close all JustBASIC windows and  run the.tkn file of the program setup you like on a new JustBASIC window. 
It must be a new and only JustBASIC window that runs the .tkn program setup. You only have to do this once. If you run another program setup, it 
will erase the old one. If you want 2 or more, have  the creator of HomeStart X combined the 2+ programs you want into 1 or make you a new one.
Next, you must run HomeStart X as a .tkn file. It should auto-start the program setup run last. you may then enjoy the program that awaits you.

	About The Programs:
All programs are simple to use and have a simple code. HomeStart X uses simple functions: put characters in order, print the ordered characters on 
the screen, make variables/strings, print the variables/strings on the screen, turn user-input into a variable/string, create an if-then statment, jump to any part of
the code, wait command, and erase a variable. these functions are used together to make small programs.

	Errors:
If you get an error after loading a program setup file, try again after closing all JustBASIC window(s) and opening a brand-new window. If HomeStart X has an
error on the first time it wa run, you must do the setup in the beginning.





By: Justin Spedding